home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / tribbs / tmenu11.zip / TMENU.DOC < prev    next >
Text File  |  1996-06-11  |  5KB  |  96 lines

  1. TMENU is for all versions of TriBBS.  It works on my system but may not
  2. work on yours.  But, since it's FREEWARE, what do you have to lose?  It
  3. was written to be ran in your LOGON.BAT file.  It reads the DOOR.SYS 
  4. drop file to get the callers Security level, then it creates menus for
  5. that security level. If you set Security Type to "A" then it will create
  6. "MAINALL.BBS", "FILEALL.BBS", etc.  Otherwise it creates "MAIN20.BBS" type
  7. of menus.
  8.  
  9. This program creates menus that with "@X"codes, so don't use "@" as a menu
  10. option.
  11.  
  12. You "MUST" use security level's in your bulletin and doorbull menus. Set 
  13. them to "0" if they are to be seen by everyone.
  14.  
  15. Do not leave any lines of the Config file blank.  The config file that I
  16. use is included.  If you don't include the config file name on the command
  17. line then it defaults to TMENU.CFG
  18.  
  19. Also you will notice there is an option to do the TriMail Menu.  For now 
  20. leave that set to NO.  When I first wrote the program, Mark Goodwin was 
  21. thinking about changing TriMail to support @codes, but sofar hasn't.
  22.  
  23. Some of the problems that I and the beta testers have found and the fix.
  24.  
  25. 1. If the Menu Title line is messed up, most likely the name of your BBS is
  26. too long.  In the config file put "NO" on line #3, or shorten the name of
  27. your BBS.  Style 10 will handle 25 letters, Style 8 will handle 27. The 
  28. rest will all handle 30 or more letters.
  29.  
  30. 2. The menu option gets cutoff, this is because it's too long to fit the
  31. template style that you chose. You need to shorten the option or choose
  32. another template.  Styles 2 and 4 are shortest and only allow 26
  33. characters, so if your menus work with them they should work with the
  34. rest. The other thing you can do is to create your own templates that allow
  35. more characters, TMENU reads the template file to see how many characters
  36. will fit then truncates any extra characters.
  37.  
  38. 3. TMENU reads the *.mnu files in you nwork directory, make sure there
  39. are no extra empty lines stuck at the end of the menu files.
  40.  
  41. If you run into any problems not covered above, zip your *.mnu files and
  42. send them to either my Fidonet or Internet address with a short note on
  43. what's happening.  Include any error codes, if you get them.
  44.  
  45. If your updating from version 1.0 make sure that you use the "Style.BBS"
  46. that came with this version.  Also I have added a line to the config file.
  47.  
  48. For testing I suggest that you create a test directory and use that as line
  49. #4 in the config file.  There are several programs out there that will allow
  50. you to read the created menus, I use one called "TriCoder".
  51.  
  52. Sample Tmenu Config file: 
  53.  
  54. C:\TRIBBS\                             ; Path to the Door.Sys drop file
  55. Sons of Glitches BBS                   ; Name of BBS
  56. NO                                     ; Use BBS name in the Titles
  57. C:\TRIBBS\DISPLAY\                     ; Path to write the Menu Files
  58. NO                                     ; Do TriMail Menu
  59. C:\TRIBBS\TRIMAIL\                     ; Path to TriMail
  60. 0                                      ; Which Style of Menu. 0 = Random
  61. S                                      ; Security Type A = All, S = Specific
  62. TEST                                   ; Change this line to "REAL" after
  63.                                        ; testing.  In testmode security 
  64.                                        ; level defaults to 999
  65.  
  66.  ***************************************************************************
  67.                          William Jenifer
  68.                          Sysop:    Sons of Glitches BBS
  69.                          Phone:    1 (520) 751-0229
  70.                          TriBBS:   #573
  71.                          Fido:     1:300/114
  72.                          InterNet: jenifer@primenet.com
  73.  ***************************************************************************
  74.  
  75. Style.BBS setup.
  76.  
  77. Style #
  78. 3                                  # of lines in Title section
  79. 2                                  # of line to insert Menu Name
  80. 6                                  # of line defining menu options
  81. @X70                               Color to use in Menu Name
  82. @X71(                              Color and Symbol  in front of index
  83. @X71)                              Color and Symbol  behind index
  84. 2                                  number of columns  * leave at 2 *
  85. @X74                               Color of index
  86. @X70                               Color of options
  87. @X78                               Color of fill spaces
  88. blank line        
  89.         ****** design your own template here *********
  90. blank line
  91.  
  92. Where ever you need TMENU to fillin with your menu options and titles start
  93. the space with @!@ and then end it with @!@. Also you need to end the menu
  94. option line with @!@.  An easy way to learn how the templates work is to
  95. play around with Style #1, it's fairly straight forward in how it works.
  96.